body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


q:before,
q:after {
    content: '';
}

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

html {
    scroll-behavior: smooth;
}

.height-100 {
    height: 100%;
}

.height-950 {
    width: 100%;
    height: 950px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}


.padding-tb-0 {
    padding-top: 0;
    padding-bottom: 0;
}




.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex-align-center {
    display: flex;
    align-items: center;
}


/* -- */

.header {
    width: 100%;
    max-width: 1920px;
}

.header .cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    height: 95px;
}



.header-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #0b8076;
}

.top-text {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
}

.top-text .text {
    font-size: 12px;
    opacity: .7;
    color: #fff;
}

.top-text .top-links a,
.top-text .top-links span {
    color: #fff;
    opacity: .7;
}

.top-text .top-links span {
    margin: 0 5px;
}

.top-text .top-links a.search {
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-left: 10px;
}


/* 导航 */

.nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav .nLi {
    height: 100%;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 15px;
    line-height: 95px;
}

.nav .nLi.on h3 {
    border-bottom: 2px solid #0b8076;
    height: 93px;
}



.nav .nLi h3 {
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #373737;
    font-weight: bold;
}

.nav .nLi:hover h3 a {
    font-weight: bold;
    color: #0b8076;
}

.nav .nLi.on h3 a {
    color: #0b8076;
    font-weight: bold;
}


.nav .sub {
    width: 120%;
    top: 95px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    left: -10%;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.nav .nLi:hover .sub {
    opacity: 1;
    transition: all 0.4s ease-out 0s;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    border-top: 1px dashed #0b8076;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub li:first-child {
    border: none;
}

.nav .sub li a {
    color: #333;
    font-size: 16px;
}

.nav .sub li:hover a {
    color: #0b8076;
}


/* - */
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination2 {
    position: absolute;
    bottom: 17px;
}

.banlist .swiper-pagination-bullet {
    width: 27px;
    height: 8px;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #0b8076;
}

.main-column {
    text-align: center;
    padding: 65px 0 35px 0;
}

.main-column .name {
    font-size: 32px;
    color: #373737;
    font-weight: bold;
}

.main-column .name-en {
    font-size: 20px;
    color: #373737;
    opacity: .5;
    text-transform: uppercase;
}

.column {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.column a.name {
    font-size: 20px;
    color: #0b8076;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid #0b8076;
}

.column a.more {
    font-size: 16px;
    color: #373737;
    opacity: .4;
    float: right;
}


.news-content {
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 49.3%;
}

.news-right {
    width: 46.4%;
}

.main-news .imgslist {
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
}

.con-tzgg ul li {
    width: 100%;
    height: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    box-sizing: border-box;
    padding-left: 18px;
    left: 0;
    transition: all 0.5s ease-in-out;
}



.con-tzgg ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-tzgg ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0b8076;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.con-tzgg ul li a {
    height: 21px;
    line-height: 21px;
    color: #373737;
    width: calc(100% - 80px);
}

.con-tzgg ul li .dete {
    color: #373737;
    opacity: .5;
    float: right;
    min-width: 60px;
}

.con-tzgg ul li:hover a {
    color: #0b8076;
    font-weight: bold;
}

.con-tzgg ul li:hover .dete {
    opacity: .7;
}

.newside .swiper-slide .img {
    overflow: hidden;
}

.newside .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newside .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newside .swiper-slide .title {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background: rgb(0 0 0 / .5);
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}

.newside .swiper-pagination {
    position: absolute;
    bottom: 17px;
    right: 15px;
    left: inherit;
    width: auto;
}


.newside .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    opacity: 1;
}

.newside .swiper-pagination-bullet-active {
    background: #0b8076;
}

.newside .swiper-prev {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 9;
}

.newside .swiper-next {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 9;
}


/* -- */

.slideTxtBox .hd {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.slideTxtBox .hd ul {
    display: flex;
}

.slideTxtBox .hd ul li {
    margin-right: 65px;
}

.slideTxtBox .hd ul li a {
    color: #373737;
    font-size: 20px;
    opacity: .7;
    padding-bottom: 12px;
    display: inline-block;
}



.slideTxtBox .hd ul li.on a {
    color: #0b8076;
    font-weight: bold;
    opacity: 1;
    border-bottom: 2px solid #0b8076;
}

.slideTxtBox .hd .more {
    position: absolute;
    right: 0;
    top: 10px;
}

.slideTxtBox .hd .more a {
    font-size: 16px;
    color: #373737;
    opacity: .4;
    display: none;
}

.slideTxtBox .hd .more a.on {
    display: block;
}

.slideTxtBox .bd ul {
    display: none;
}

.slideTxtBox .bd ul.on {
    display: block;
}


.slideTxtBox .bd ul li.first {
    width: 100%;
    height: 85px;
    background: #0b8076;
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    align-items: center;
}

.slideTxtBox .bd ul li.first .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.slideTxtBox .bd ul li.first .desc {
    opacity: .7;
    color: #fff;
    width: 100%;
    height: 20px;
    line-height: 20px;
}




.slideTxtBox .bd ul li.n {
    width: 100%;
    height: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    box-sizing: border-box;
    padding-left: 18px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}


.slideTxtBox .bd ul li.n:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.slideTxtBox .bd ul li:last-child {
    border: none;
}

.slideTxtBox .bd ul li .dete {
    color: #373737;
    opacity: .5;
    min-width: 60px;
}

.slideTxtBox .bd ul li a {
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: #373737;
    display: inline-block;
}

.slideTxtBox .bd ul li.first a {
    height: auto;

}

.slideTxtBox .bd ul li.n a {
    width: calc(100% - 80px);
}

.slideTxtBox .bd ul li.n::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0b8076;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.slideTxtBox .bd ul li.n:hover a {
    color: #0b8076;
    font-weight: bold;
}

.slideTxtBox .bd ul li.n:hover .dete {
    opacity: .7;
}


.con-spzx ul {
    display: flex;
    justify-content: space-between;
}

.con-spzx ul li {
    width: 49%;
    float: left;
    margin-right: 13px;
    position: relative;
}

.con-spzx ul li:last-child {
    margin-right: 0;
}

.con-spzx ul li .img {
    overflow: hidden;
}

.con-spzx ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-spzx ul li .title {
    position: absolute;
    bottom: 0;
    height: 43px;
    line-height: 43px;
    width: 100%;
    background: rgb(0 0 0 / .5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    z-index: 99;
}

.con-spzx ul li .video-ico {
    width: 36px;
    height: 36px;
    background: url(../img/video-ico.png) no-repeat;
    position: absolute;
    left: calc((100% - 36px) / 2);
    top: calc((100% - 36px) / 2);
}

.con-spzx ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.con-spzx ul li .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .5);
}

/* -- */
.main-cpzx {
    width: 100%;
    height: 835px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-cpzx-bg.jpg);
    /* padding-bottom: 85px; */
}


.gallery-top .title-img {
    width: 40%;
    background: url(../img/cpzx-imgbg.png) center no-repeat;
}

.gallery-top .title-img img {
    width: 100%;
}


.gallery-top .swiper-slide {
    opacity: 0 !important;
}

.gallery-top .swiper-slide-active {
    opacity: 1 !important;
}

.gallery-top .swiper-slide .box {
    display: flex;
    justify-content: space-between;
}

.gallery-top .text-desc {
    width: 53.5%;
    font-size: 16px;
    color: #363636;
    line-height: 35px;
    height: 140px;
    opacity: .8;
    box-sizing: border-box;
    margin-top: 115px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gallery-thumbs {
    width: 53.6%;
    position: absolute;
    right: 25px;
    bottom: 30px;
    z-index: 9;
}

.gallery-thumbs .swiper-slide {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    border-radius: 5px;
}

.gallery-thumbs .swiper-slide .title {
    position: absolute;
    width: 60%;
    height: 60%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    top: 20%;
    left: 20%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #0b8076;
}

.gallery-thumbs .swiper-slide-thumb-active .title {
    background: rgba(11, 128, 118, 0.8);
}

.cpzxlist .swiper-next {
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 23%;
    width: 53px;
    height: 48px;
    background: url(../img/cpzx-btnl.png) no-repeat;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    transform: rotate(180deg);
    z-index: 99;
}

.cpzxlist .swiper-prev {
    position: absolute;
    z-index: 99;
    right: 53.5%;
    bottom: 23%;
    width: 53px;
    height: 48px;
    background: url(../img/cpzx-btnl.png) no-repeat;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    z-index: 99;
}

.cpzxlist .swiper-next:hover {
    background: url(../img/cpzx-btnr.png) no-repeat;
    transform: none;
}

.cpzxlist .swiper-prev:hover {
    background: url(../img/cpzx-btnr.png) no-repeat;
    transform: rotate(180deg);
}


.cpzxlist {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.cpzxlist .cpzx-column {
    width: 53.5%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 25px;
    border-bottom: 1px solid #c6cacd;
    z-index: 99;
}

.cpzxlist .cpzx-column a {
    font-size: 20px;
    padding-bottom: 20px;
    color: #373737;
    display: inline-block;
}

.cpzxlist .cpzx-column a.on {
    color: #0b8076;
    font-weight: bold;
    border-bottom: 2px solid #0b8076;
}

.cpzxlist .cpzx-column span {
    width: 2px;
    height: 22px;
    background: #d5d6d7;
}

.cpzxlist .itemlist {
    position: relative;
    width: 100%;
    height: 560px;
}


.cpzxlist .itemlist .item {
    width: 100%;
    height: 100%;
}

/* -- */
.main-djgz {
    width: 100%;
    background: #fefbfb;
}

.djgzlist {
    display: flex;
    justify-content: space-between;
}

.djgzlist .djgzside {
    width: 35.5%;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.djgzlist .infolist {
    width: 62.5%;
}

.djgzlist .infolist .box {
    width: 100%;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.djgzlist .infolist .box ul {
    display: flex;
    box-sizing: border-box;
    padding: 25px 0;
    border: 1px solid #f4f1f1;
}

.djgzlist .infolist .box ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
}

.djgzlist .infolist .box ul li .title {
    color: #373737;
    margin-top: 20px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    width: 100%;
}

.djgzlist .infolist .box ul li .dete {
    color: #373737;
    opacity: .5;
    margin: 10px 0 20px 0;
}

.djgzlist .infolist .box ul li .desc {
    color: #373737;
    opacity: .5;
    line-height: 21px;
    height: 42px;
    margin-bottom: 20px;
}

.djgzlist .infolist .box ul li:first-child,
.djgzlist .infolist .box ul li.li3 {
    border-right: 1px solid #f2f2f2;
}

.djgzlist .infolist .box ul li:hover .title {
    color: #0b8076;
}

.djgzlist .infolist .box ul li:hover .desc,
.djgzlist .infolist .box ul li:hover .dete {
    opacity: .7;
}


.djgzside .swiper-slide .text {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
}

.djgzside .swiper-slide .title {
    color: #373737;
    width: 100%;
    height: 21px;
}

.djgzside .swiper-slide .desc {
    color: #373737;
    opacity: .5;
    line-height: 21px;
    height: 42px;
    margin: 12px 0 13px 0;
}

.djgzside .swiper-slide .dete {
    color: #373737;
    opacity: .5;
}

.djgzside .swiper-slide .img {
    overflow: hidden;
}

.djgzside .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djgzside .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djgzside .swiper-slide:hover .title {
    color: #0b8076;
}

.djgzside .swiper-slide:hover .desc,
.djgzside .swiper-slide:hover .dete {
    opacity: .7;
}



.djgzside .swiper-pagination4 {
    position: absolute;
    bottom: 17px;
    right: 15px;
    left: inherit;
    width: auto;
    z-index: 99;
}


.djgzside .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    border-radius: 5px;
    opacity: 1;
}

.djgzside .swiper-pagination-bullet-active {
    background: #0b8076;
}

/* - */

/* ---- */
.poster_box {
    overflow: hidden;
    padding: 40px 0 70px 0;
}

.poster_box h2 {
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    text-align: center;
}

.poster_box h3 {
    font-size: 16px;
    color: #015293;
    margin: 10px 0 35px;
    text-align: center;
}

.poster-main {
    position: relative;
    width: 100%;
    height: 260px !important;
    margin-left: auto;
    margin-right: auto;
}

.poster-main img {
    display: block;
}

.poster-main a,
.poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}



.poster-main .poster-list {
    width: 100%;
    height: 535px;
    z-index: 0;
    position: sticky;
}

.poster-main .poster-list .poster-item {
    width: 380px;
    height: 675px;
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%
}

.poster-main .poster-btn {
    position: absolute;
    cursor: pointer;
}



.poster-main .poster-prev-btn {
    width: 49px !important;
    height: 49px !important;
    left: 32%;
    background: url(../img/adv-btnl.png) no-repeat center center;
    top: 40%;
    z-index: 100 !important;
    opacity: .8;
}

.poster-main .poster-next-btn {
    width: 49px !important;
    height: 49px !important;
    right: 32%;
    background: url(../img/adv-btnr.png) no-repeat center center;
    top: 40%;
    z-index: 100 !important;
    opacity: .8;
}

.poster-main .poster-prev-btn:hover {
    opacity: 1;
}

.poster-main .poster-next-btn:hover {
    opacity: 1;
}

/* - */
.main-gywm {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-gywmbg.png);
    background-position: center;
    padding-bottom: 120px;
}

.main-gywm .main-column .name-en {
    text-align: left;
}

.gywm-left {
    box-sizing: border-box;
    padding-right: 40px;
}

.main-gywm .main-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-column a.more {
    border: 1px solid #d0d0d0;
    padding: 20px 60px;
    float: right;
}

.main-column a.more span {
    color: #4a4a4a;
    opacity: .7;
}

.gywm-left .name {
    font-size: 32px;
    color: #0b7f75;
    font-weight: bold;
}

.gywm-left .desc {
    color: #333;
    opacity: .8;
    line-height: 35px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gywm-left .btnlist {
    display: flex;
    justify-content: space-between;
}

.gywm-left .btnlist .ico {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #0b7f75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gywm-left .btnlist .ico .img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0b7f75;
    text-align: center;
    line-height: 65px;
}

.gywm-left .btnlist .ico .img img {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.gywm-left .btnlist .box:hover .ico .img img {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.gywm-left .btnlist .box p {
    font-size: 16px;
    color: #373737;
    text-align: center;
    margin-top: 10px;
}

.gywm-right {
    padding-top: 45px;
}

.gywm-right .swiper-slide .img {
    overflow: hidden;
}

.gywm-right .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gywm-right .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gywm-right .swiper-slide .video {
    position: absolute;
    left: calc((100% - 36px) / 2);
    top: calc((100% - 36px) / 2);
}


.gywm-right .swiper-pagination3 {
    text-align: center;
    bottom: 0;
    position: absolute;
}

.gywm-right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccfd4;
    border-radius: 5px;
    opacity: 1;
}

.gywm-right .swiper-pagination-bullet-active {
    background: #0b8076;
}

/* - */

.main-links .links {
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
}

.links-name {
    font-size: 20px;
    color: #454545;
    width: 100px;
}

.links-box {
    width: calc(100% - 100px);
}

.links-box .swiper-slide.img {
    overflow: hidden;
}

.links-box .swiper-slide img {
    width: auto;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.links-box .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.footer {
    width: 100%;
    background: url(../img/footer-bg.png) bottom no-repeat #294446;
    overflow: hidden;
}

.footer .contact p {
    line-height: 25px;
    color: rgba(255, 255, 255, .5);
}

.footer .zyly .ico {
    display: inline-block;
}

.footer .zyly a {
    display: flex;
}

.footer .zyly {
    padding: 12px 20px;
    margin: 45px 0 30px 0;
    display: inline-block;
    background: rgb(0 0 0 / .5);
}

.footer .zyly span {
    font-size: 20px;
    margin-left: 5px;
    color: rgba(255, 255, 255, .5);
}

.ft-right {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ft-code {
    display: flex;
    margin-top: 25px;
}

.ft-code .img {
    margin-left: 18px;
}

.ft-code .img p {
    color: rgba(255, 255, 255, .5);
    text-align: center;
    margin-top: 10px;
}


.ft-right .phone p {
    color: rgba(255, 255, 255, .5);
    text-align: right;
}

.ft-right .phone p.p2 {
    font-size: 30px;
    font-weight: bold;
}

.footer .banq {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 20px 0 30px 0;
}

.footer .banq p {
    line-height: 25px;
    color: rgba(255, 255, 255, .5);
}

.footer .banq p a {
    color: rgba(255, 255, 255, .5);
}

.footer .banq span.au {
    float: right;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3488db;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3488db;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3488db;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

/* - */
.neiye-banner img {
    width: 100%;

}

.neiye-banner {
    position: relative;

}

.neiye-wz {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/column-weizhi-bg.png) left center no-repeat;

}

.column-weizhi {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column-weizhi .name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.column-weizhi .name-en {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


.column-weizhi .weizhi,
.column-weizhi .weizhi a {
    font-size: 14px;
    color: #fff;
    display: flex;
}

.column-weizhi .weizhi {
    margin-top: 10px;
}

.column-weizhi .weizhi a {
    margin: 0 5px;
}

.sub-nav {
    width: 100%;
    background: #eef3f9;
}

.navlist {
    display: flex;
    flex-wrap: wrap;
}

.sub-nav .navlist a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 35px;
    color: #2a2a2a;
    font-size: 16px;
}

.sub-nav .navlist a.on,
.sub-nav .navlist a:hover {
    color: #fff;
    background: #0b8076;
}

/* - */
.con-textlist ul.info li {
    width: 100%;
    margin-bottom: 30px;
    background: #eef3f9;
    box-sizing: border-box;
    padding: 30px 30px 45px 30px;
    position: relative;
}

.con-textlist ul.info li .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 153, 68, .2);
}

.con-textlist ul.info li .linex2 {
    width: 0;
    height: 2px;
    background-color: #009944;

}

.con-textlist ul.info li:hover .linex2 {
    width: 100%;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.con-textlist ul.info li .title {
    color: #2a2a2a;
}

.con-textlist ul.info li .desc {
    color: #929292;
    line-height: 25px;
    height: 25px;
}

.con-textlist ul.info li .dete {
    color: #3c3c3c;
    opacity: .5;
}

.con-textlist ul.info li .more {
    position: absolute;
    right: 35px;
    bottom: 30px;
    padding: 10px 32px;
    border: 1px solid #0b8076;
    color: #0b8076;
    display: none;
}

.con-textlist ul.info li:hover {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.con-textlist ul.info li:hover .title {
    color: #0b8076;
    font-weight: bold;
}

.con-textlist ul.info li:hover .dete {
    color: #0b8076;
    opacity: 1;
}

.con-textlist ul.info li:hover .desc {
    opacity: .7;
}

.con-textlist ul.info li:hover .more {
    display: block;
}



.pagination {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    background: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0b8076;
}



.con-picture ul.info li .title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eef3f9;
    color: #444;
    text-align: center;
}

.con-picture ul.info li .img {
    overflow: hidden;
}

.con-picture ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture ul.info li:hover .title {
    background: #0b8076;
    color: #fff;
}

/* -- */
.con-piclist ul.info li {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    background: #eef3f9;
}

.con-piclist ul.info li .box {
    display: flex;
}

.con-piclist ul.info li .img {
    overflow: hidden;
    width: 25.3%;
}

.con-piclist ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist ul.info li .text {
    width: 74.7%;
    box-sizing: border-box;
    padding: 35px;
}

.con-piclist ul.info li .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 153, 68, .2);
}

.con-piclist ul.info li .linex2 {
    width: 0;
    height: 2px;
    background-color: #0b8076;

}

.con-piclist ul.info li:hover .linex2 {
    width: 100%;
}


.con-piclist ul.info li .title {
    color: #4a4a4a;
}

.con-piclist ul.info li .desc {
    color: #929292;
    line-height: 25px;
}

.con-piclist ul.info li .dete {
    color: #929292;
}

.con-piclist ul.info li .more {
    position: absolute;
    right: 35px;
    bottom: 30px;
    padding: 10px 32px;
    border: 1px solid #0b8076;
    color: #0b8076;
    display: none;
}

.con-piclist ul.info li:hover .title {
    font-weight: bold;
    color: #0b8076;
}

.con-piclist ul.info li:hover .desc {
    opacity: .7;
}

.con-piclist ul.info li:hover .dete {
    color: #0b8076;
    opacity: 1;
}

.con-piclist ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-piclist ul.info li:hover .more {
    display: block;
}


.con-detail {
    border: 1px solid #e6e6e6;
    margin-bottom: 60px;
}

.con-detail .detail {
    box-sizing: border-box;
    padding: 30px 155px 0 155px;
}



.con-detail .title {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.con-detail .timer {
    text-align: center;
}

.con-detail .timer span {
    color: #3c3c3c;
    opacity: .5;
    margin: 0 10px;
}


.con-detail .dtl {
    padding: 40px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.con-detail .dtl p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 35px;
    text-align: justify;
    margin-top: 10px;
}

.con-detail .dtl p img {
    max-width: 800px !important;
    height: auto !important;
}

.con-danye .dtl p img {
    max-width: 800px !important;
    height: auto !important;
}

#prevnext {
    display: flex;
    justify-content: space-between;
}

#prevnext li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#prevnext li.next {
    text-align: right;
}

#prevnext li a {
    font-size: 16px;
    color: #3c3c3c;
}



#prevnext li:hover a {
    font-weight: bold;
    color: #0b8076;
}



.con-danye {
    border: 1px solid #e6e6e6;
    margin-bottom: 60px;
}

.con-danye .danye {
    box-sizing: border-box;
    padding: 30px 155px 0 155px;
}



.con-danye .title {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.con-danye .timer {
    text-align: center;
    padding: 20px 0 10px 0;

}

.con-danye .timer span {
    color: #3c3c3c;
    opacity: .5;
    margin: 0 10px;
}


.con-danye .dtl {
    padding: 40px 0;
}

.con-danye .dtl p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 35px;
    text-align: justify;
    margin-top: 10px;
}


.land-item {
    display: flex;
    justify-content: space-between;
}

.land-item .item {
    background: #eef3f9;
    width: calc((100% - 45px) / 4);
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.land-item .item .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
}

.land-item .item:hover .icon {
    opacity: 0;
}

.land-item .item:hover .hv {
    top: 0;
    opacity: 1;
    transition: .5s;
}

.land-item .item .hv {
    top: 100%;
}


.land-item .item .box {
    width: 68px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.land-item .item p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 25px;
    text-align: center;
}

.land-item .item:hover {
    background: #0b8076;
}

.land-item .item:hover p {
    color: #fff;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    transform: rotate(180deg);
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    background: #0b8076;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
}


.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}


/*  */
#guestbook {
    border: 1px solid #eaeaea;
    padding: 33px 25px 25px 25px;
}

#guestbook .layui-input,
#guestbook .layui-textarea {
    height: 55px;
    font-size: 16px;
}


#guestbook .layui-btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #0b8076 1px dashed !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


#guestbook .input-sex {
    position: absolute;
    display: flex;
    right: 20px;
    top: 30px;
}

#guestbook .input-sex span {
    font-size: 16px;
    margin-left: 3px;
}


#guestbook input[type='radio']:checked {
    background-color: #d1d3d1;
}

.con-textlist center,
.con-piclist center {
    padding-top: 30px;
}


/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    width: 85%;
}

.mbheader .header-con .logo a {
    display: inline-block;
}

.mbheader .header-con .logo img {
    height: 40px;
    width: auto;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #0b8076;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/* - */

.mb-advlist {
    display: none;
    padding: 25px 0;
}

.mb-advlist .swiper-slide img {
    width: 100%;
}

.mb-advlist .swiper-pagination6 {
    text-align: center;
    margin-top: 15px;
}

.mb-advlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    border-radius: 5px;
    opacity: 1;
}

.mb-advlist .swiper-pagination-bullet-active {
    background: #0b8076;
}